home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TEXTRACTFORM / TEXTRACTFORM.txt < prev   
Text File  |  2004-10-13  |  5KB  |  247 lines

  1. object Extractform: TExtractform
  2.   Left = 479
  3.   Top = 121
  4.   Width = 473
  5.   Height = 459
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Extract'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 459
  10.   Constraints.MinWidth = 473
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     465
  21.     425)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Targetlabel: TLabel
  25.     Left = 8
  26.     Top = 336
  27.     Width = 34
  28.     Height = 13
  29.     Caption = 'Target:'
  30.   end
  31.   object Folderlabel: TLabel
  32.     Left = 8
  33.     Top = 120
  34.     Width = 32
  35.     Height = 13
  36.     Caption = 'Folder:'
  37.   end
  38.   object Drivelabel: TLabel
  39.     Left = 8
  40.     Top = 72
  41.     Width = 28
  42.     Height = 13
  43.     Caption = 'Drive:'
  44.   end
  45.   object Topbevel: TBevel
  46.     Left = 0
  47.     Top = 65
  48.     Width = 465
  49.     Height = 8
  50.     Align = alTop
  51.     Shape = bsTopLine
  52.   end
  53.   object Bottombevel: TBevel
  54.     Left = 8
  55.     Top = 384
  56.     Width = 449
  57.     Height = 9
  58.     Anchors = [akLeft, akRight, akBottom]
  59.     Shape = bsTopLine
  60.   end
  61.   object Filesgroupbox: TGroupBox
  62.     Left = 288
  63.     Top = 80
  64.     Width = 169
  65.     Height = 59
  66.     Anchors = [akTop, akRight]
  67.     Caption = 'Files'
  68.     TabOrder = 0
  69.     object Selectedfilesradiobutton: TRadioButton
  70.       Left = 8
  71.       Top = 16
  72.       Width = 153
  73.       Height = 17
  74.       Caption = 'Extract selected files only'
  75.       TabOrder = 0
  76.     end
  77.     object Allfilesradiobutton: TRadioButton
  78.       Left = 8
  79.       Top = 36
  80.       Width = 153
  81.       Height = 17
  82.       Caption = 'Extract all files'
  83.       Checked = True
  84.       TabOrder = 1
  85.       TabStop = True
  86.     end
  87.   end
  88.   object Optionsgroupbox: TGroupBox
  89.     Left = 288
  90.     Top = 146
  91.     Width = 169
  92.     Height = 83
  93.     HelpType = htKeyword
  94.     Anchors = [akTop, akRight]
  95.     Caption = 'Options'
  96.     TabOrder = 1
  97.     object Overwritelabel: TLabel
  98.       Left = 8
  99.       Top = 19
  100.       Width = 48
  101.       Height = 13
  102.       Caption = 'Overwrite:'
  103.     end
  104.     object Createfolderscheckbox: TCheckBox
  105.       Left = 8
  106.       Top = 40
  107.       Width = 153
  108.       Height = 17
  109.       Caption = 'Extract files with full path'
  110.       Checked = True
  111.       State = cbChecked
  112.       TabOrder = 0
  113.     end
  114.     object Openfoldercheckbox: TCheckBox
  115.       Left = 8
  116.       Top = 60
  117.       Width = 153
  118.       Height = 17
  119.       Caption = 'Open folder after extraction'
  120.       TabOrder = 1
  121.     end
  122.     object Overwritecombobox: TComboBox
  123.       Left = 64
  124.       Top = 16
  125.       Width = 97
  126.       Height = 21
  127.       Style = csDropDownList
  128.       ItemHeight = 13
  129.       ItemIndex = 2
  130.       TabOrder = 2
  131.       Text = 'Ask'
  132.       Items.Strings = (
  133.         'Never'
  134.         'Always'
  135.         'Ask')
  136.     end
  137.   end
  138.   object Extractbutton: TButton
  139.     Left = 304
  140.     Top = 392
  141.     Width = 75
  142.     Height = 25
  143.     Anchors = [akRight, akBottom]
  144.     Caption = 'Extract'
  145.     Default = True
  146.     ModalResult = 1
  147.     TabOrder = 2
  148.     OnClick = ExtractbuttonClick
  149.   end
  150.   object Cancelbutton: TButton
  151.     Left = 384
  152.     Top = 392
  153.     Width = 75
  154.     Height = 25
  155.     Anchors = [akRight, akBottom]
  156.     Cancel = True
  157.     Caption = 'Cancel'
  158.     ModalResult = 2
  159.     TabOrder = 3
  160.   end
  161.   object Targetcombobox: TComboBox
  162.     Left = 8
  163.     Top = 352
  164.     Width = 273
  165.     Height = 21
  166.     Anchors = [akLeft, akRight, akBottom]
  167.     ItemHeight = 13
  168.     TabOrder = 4
  169.   end
  170.   object Toppanel: TPanel
  171.     Left = 0
  172.     Top = 0
  173.     Width = 465
  174.     Height = 65
  175.     Align = alTop
  176.     BevelOuter = bvNone
  177.     Color = clWhite
  178.     TabOrder = 5
  179.     DesignSize = (
  180.       465
  181.       65)
  182.     object Captionlabel: TLabel
  183.       Left = 8
  184.       Top = 8
  185.       Width = 149
  186.       Height = 13
  187.       Caption = 'Extract Files From Archive'
  188.       Font.Charset = DEFAULT_CHARSET
  189.       Font.Color = clWindowText
  190.       Font.Height = -11
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = [fsBold]
  193.       ParentFont = False
  194.     end
  195.     object Infolabel: TLabel
  196.       Left = 16
  197.       Top = 24
  198.       Width = 384
  199.       Height = 26
  200.       Caption = 
  201.         'Please select a folder to store your extracted files in eather b' +
  202.         'y using the folder tree or by specifying the folder in the targe' +
  203.         't field below.'
  204.       WordWrap = True
  205.     end
  206.     object Image: TImage
  207.       Left = 410
  208.       Top = 8
  209.       Width = 48
  210.       Height = 48
  211.       Anchors = [akTop, akRight]
  212.       AutoSize = True
  213.       Picture.Data = {<image000.bmp>}
  214.       Transparent = True
  215.     end
  216.   end
  217.   object Helpbutton: TButton
  218.     Left = 8
  219.     Top = 392
  220.     Width = 75
  221.     Height = 25
  222.     Anchors = [akLeft, akBottom]
  223.     Caption = 'Help'
  224.     TabOrder = 6
  225.     OnClick = HelpbuttonClick
  226.   end
  227.   object Shelltree: TPTShellTree
  228.     Left = 8
  229.     Top = 136
  230.     Width = 273
  231.     Height = 193
  232.     Indent = 19
  233.     OnChange = ShelltreeChange
  234.     TabOrder = 7
  235.     Anchors = [akLeft, akTop, akRight, akBottom]
  236.   end
  237.   object Shellcombobox: TPTShellCombo
  238.     Left = 8
  239.     Top = 88
  240.     Width = 273
  241.     Height = 22
  242.     ShellTree = Shelltree
  243.     TabOrder = 8
  244.     Anchors = [akLeft, akTop, akRight]
  245.   end
  246. end
  247.